runtime/pprof.profileBuilder.pb (field)

52 uses

	runtime/pprof (current package)
		pprof.go#L382: 	b.pb.int64Opt(tagProfile_Period, 1)
		pprof.go#L449: 	b.pb.int64Opt(tagProfile_Period, 1)
		proto.go#L38: 	pb        protobuf
		proto.go#L144: 	if b.pb.nest == 0 && len(b.pb.data) > dataFlush {
		proto.go#L145: 		b.zw.Write(b.pb.data)
		proto.go#L146: 		b.pb.data = b.pb.data[:0]
		proto.go#L152: 	start := b.pb.startMessage()
		proto.go#L153: 	b.pb.int64(tagValueType_Type, b.stringIndex(typ))
		proto.go#L154: 	b.pb.int64(tagValueType_Unit, b.stringIndex(unit))
		proto.go#L155: 	b.pb.endMessage(tag, start)
		proto.go#L160: 	start := b.pb.startMessage()
		proto.go#L161: 	b.pb.int64s(tagSample_Value, values)
		proto.go#L162: 	b.pb.uint64s(tagSample_Location, locs)
		proto.go#L166: 	b.pb.endMessage(tagProfile_Sample, start)
		proto.go#L172: 	start := b.pb.startMessage()
		proto.go#L173: 	b.pb.int64Opt(tagLabel_Key, b.stringIndex(key))
		proto.go#L174: 	b.pb.int64Opt(tagLabel_Str, b.stringIndex(str))
		proto.go#L175: 	b.pb.int64Opt(tagLabel_Num, num)
		proto.go#L176: 	b.pb.endMessage(tag, start)
		proto.go#L181: 	start := b.pb.startMessage()
		proto.go#L182: 	b.pb.uint64Opt(tagLine_FunctionID, funcID)
		proto.go#L183: 	b.pb.int64Opt(tagLine_Line, line)
		proto.go#L184: 	b.pb.endMessage(tag, start)
		proto.go#L189: 	start := b.pb.startMessage()
		proto.go#L190: 	b.pb.uint64Opt(tagMapping_ID, id)
		proto.go#L191: 	b.pb.uint64Opt(tagMapping_Start, base)
		proto.go#L192: 	b.pb.uint64Opt(tagMapping_Limit, limit)
		proto.go#L193: 	b.pb.uint64Opt(tagMapping_Offset, offset)
		proto.go#L194: 	b.pb.int64Opt(tagMapping_Filename, b.stringIndex(file))
		proto.go#L195: 	b.pb.int64Opt(tagMapping_BuildID, b.stringIndex(buildID))
		proto.go#L203: 		b.pb.bool(tagMapping_HasFunctions, true)
		proto.go#L205: 	b.pb.endMessage(tag, start)
		proto.go#L345: 	b.pb.int64Opt(tagProfile_TimeNanos, b.start.UnixNano())
		proto.go#L349: 		b.pb.int64Opt(tagProfile_DurationNanos, b.end.Sub(b.start).Nanoseconds())
		proto.go#L351: 		b.pb.int64Opt(tagProfile_Period, b.period)
		proto.go#L383: 	b.pb.strings(tagProfile_StringTable, b.strings)
		proto.go#L384: 	b.zw.Write(b.pb.data)
		proto.go#L540: 	start := b.pb.startMessage()
		proto.go#L541: 	b.pb.uint64Opt(tagLocation_ID, id)
		proto.go#L542: 	b.pb.uint64Opt(tagLocation_Address, uint64(firstFrame.PC))
		proto.go#L555: 			b.pb.uint64Opt(tagLocation_MappingID, uint64(i+1))
		proto.go#L563: 	b.pb.endMessage(tagProfile_Location, start)
		proto.go#L567: 		start := b.pb.startMessage()
		proto.go#L568: 		b.pb.uint64Opt(tagFunction_ID, fn.id)
		proto.go#L569: 		b.pb.int64Opt(tagFunction_Name, b.stringIndex(fn.name))
		proto.go#L570: 		b.pb.int64Opt(tagFunction_SystemName, b.stringIndex(fn.name))
		proto.go#L571: 		b.pb.int64Opt(tagFunction_Filename, b.stringIndex(fn.file))
		proto.go#L572: 		b.pb.endMessage(tagProfile_Function, start)
		protomem.go#L18: 	b.pb.int64Opt(tagProfile_Period, rate)
		protomem.go#L24: 		b.pb.int64Opt(tagProfile_DefaultSampleType, b.stringIndex(defaultSampleType))